compile
Purpose
The
compile
command will execute the compile phase of the Grails pre-packaging process, which pre-compiles Groovy and Java sources.
Examples
grails compile
Description
Usage:
grails compile
Fired Events:
CompileStart
- Before compilation begins
CompileEnd
- After compilation completes